Skip to content

Fix imports #362

Merged
merged 2 commits into from
Dec 9, 2021
Merged

Fix imports #362

merged 2 commits into from
Dec 9, 2021

Conversation

julia-shenshina
Copy link
Contributor

@julia-shenshina julia-shenshina commented Dec 8, 2021

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Proposed Changes

Related Issue

Closing issues

@codecov-commenter
Copy link

Codecov Report

Merging #362 (57c2075) into master (ef1f808) will decrease coverage by 34.83%.
The diff coverage is 100.00%.

❗ Current head 57c2075 differs from pull request most recent head 3c47e57. Consider uploading reports for the commit 3c47e57 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##           master     #362       +/-   ##
===========================================
- Coverage   87.40%   52.56%   -34.84%     
===========================================
  Files          96       96               
  Lines        4707     4710        +3     
===========================================
- Hits         4114     2476     -1638     
- Misses        593     2234     +1641     
Impacted Files Coverage Δ
etna/models/__init__.py 100.00% <100.00%> (ø)
etna/transforms/__init__.py 100.00% <100.00%> (ø)
etna/commands/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
etna/commands/backtest_command.py 0.00% <0.00%> (-96.43%) ⬇️
etna/commands/forecast_command.py 0.00% <0.00%> (-92.00%) ⬇️
etna/commands/__main__.py 0.00% <0.00%> (-87.50%) ⬇️
etna/commands/resolvers.py 0.00% <0.00%> (-80.00%) ⬇️
etna/analysis/outliers/density_outliers.py 22.44% <0.00%> (-75.52%) ⬇️
etna/transforms/fourier.py 27.08% <0.00%> (-72.92%) ⬇️
etna/transforms/statistics.py 27.50% <0.00%> (-71.67%) ⬇️
... and 60 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef1f808...3c47e57. Read the comment docs.

@iKintosh iKintosh merged commit 9d859c2 into master Dec 9, 2021
@iKintosh iKintosh deleted the fix-import-models branch December 9, 2021 15:03
iKintosh pushed a commit that referenced this pull request Dec 9, 2021
* Fix imports
* Upd CHANGELOG

(cherry picked from commit 9d859c2)
julia-shenshina added a commit that referenced this pull request Dec 13, 2021
* Fix imports
* Upd CHANGELOG
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants